Retrieve and download the complete file content. Supports conditional requests, image transformations, and range requests for partial downloads.
API key to authorize requests.
Only return the file if the current ETag matches one of the values provided
Only return the file if the current ETag does not match any of the values provided
Only return the file if it has been modified after the given date Date in RFC 2822 format
"Tue, 12 Aug 2025 12:03:50 GMT"
Only return the file if it has not been modified after the given date Date in RFC 2822 format
"Tue, 12 Aug 2025 12:03:50 GMT"
Range of bytes to retrieve from the file. Format: bytes=start-end
Unique identifier of the file to download
Image quality (1-100). Only applies to JPEG, WebP, PNG and HEIC files
1 <= x <= 100Maximum height to resize image to while maintaining aspect ratio. Only applies to image files
x >= 1Maximum width to resize image to while maintaining aspect ratio. Only applies to image files
x >= 1Blur the image using this sigma value. Only applies to image files
x >= 0Output format for image files. Use 'auto' for content negotiation based on Accept header
auto, same, jpeg, webp, png, avif, heic "same"
File content retrieved successfully